home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7850 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: dispatch.news.demon.net!demon!jabbar.demon.co.uk
  2. From: Richard Heath <rcheath@technlog.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Bugs in Visual C++ 1.52, ODBC & Windows '95
  5. Date: Mon, 19 Feb 1996 10:22:51 GMT
  6. Message-ID: <824725371.2194@jabbar.demon.co.uk>
  7. NNTP-Posting-Host: jabbar.demon.co.uk
  8. X-NNTP-Posting-Host: jabbar.demon.co.uk
  9.  
  10. I am currently writing applications which use Visual C++ 1.52
  11. ODBC and the Access 2.0 driver. They must run under 16-bit 
  12. windows as well as Windows '95. 
  13.  
  14. There is a problem under Windows '95 however...
  15.  
  16. The applications are part of a suite of seperate programs which 
  17. all close down in response to a global message passed from a 
  18. controlling program using PostMessage(0xffff,... The individual 
  19. programs then shut themselves down. If however two or more of 
  20. these applications accessing the ODBC database then when they 
  21. shut down they cause Invalid Page Faults in Kernel32.dll or 
  22. an unknown (module name currupted!) dll. 
  23.  
  24. This does not occur with Windows 3.11 or if the Access 1.1 driver 
  25. is used! 
  26.  
  27. I am having a real problem tracking this one down because it 
  28. involves two or more programs running at once and also because 
  29. my system usually crashes after one of these Invalid Page Faults 
  30. occurs.
  31.  
  32. Any help that anybody can give me with this one would be greatly
  33. appreciated!
  34.  
  35.